home *** CD-ROM | disk | FTP | other *** search
/ ASP Advantage 1994 2nd Q2 / The Association of Shareware Professionals - The Official ASP Advantage (2nd Quarter)(1994).bin / files / utilstem / nb22 / runor.bat < prev    next >
Encoding:
DOS Batch File  |  1993-12-03  |  337 b   |  12 lines

  1. @echo off
  2. rem *** Runor.bat    -    Version 2.0
  3. rem *** 
  4. rem *** This batch file should print the order form.  If the user has already
  5. rem *** used the print command, then the default printer will be used, if not
  6. rem *** the user will be prompted for a print device in the normal way.
  7. rem ***
  8. cls
  9. print order.doc
  10. pause
  11. notice
  12.